home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / adobe / software / Launchill.csh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1997-06-17  |  563b  |  16 lines

  1. #!/bin/csh -f
  2.  
  3. setenv INSTALL_FROM_DIR $HOTMIXDIR/html/vendors/adobe/software
  4.  
  5. if ( -e /usr/bin/illustrator && -e /usr/adobe/Illustrator_5.5 ) then
  6. xwsh -bg royalblue -fg white \
  7.     -geom 80x30+100+100 -cursorfg violetred1 \
  8.     -cursorbg violetred1 -title "Launching Adobe Illustrator 5.5.1" \
  9.     -e /bin/csh -c "cd $INSTALL_FROM_DIR; ./launchill.csh"
  10. else
  11. xwsh -bg royalblue -fg white \
  12.     -geom 80x30+100+100 -cursorfg violetred1 \
  13.     -cursorbg violetred1 -title "Adobe Illustrator 5.5.1 is not installed" \
  14.     -e /bin/csh -c "cd $INSTALL_FROM_DIR; ./launchill3.csh"
  15. endif
  16.